home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Fq3dexport.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  183b  |  11 lines

  1. #ifndef _Fq3dexport_H_
  2. #define _Fq3dexport_H_
  3.  
  4. enum
  5. {
  6.     Q3DEXPORTFILTER_SCALE                        = 1000,
  7.     Q3DEXPORTFILTER_TEXTURES                = 1001,
  8.     Q3DEXPORTFILTER_MAXSIZE                    = 1002
  9. };
  10.  
  11. #endif